home *** CD-ROM | disk | FTP | other *** search
/ Safarir 3 / SafTV-CD3.iso / pc / Bonus / Dessins Animés / static / 02 / snowman.swf / scripts / DefineButton2_102 / BUTTONCONDACTION on(rollOut).as < prev    next >
Text File  |  2001-12-10  |  2KB  |  91 lines

  1. on(rollOut){
  2.    tellTarget("/lightcord2/redbulb")
  3.    {
  4.       gotoAndStop("dark");
  5.    }
  6.    tellTarget("/lightcord2/redbulb2")
  7.    {
  8.       gotoAndStop("dark");
  9.    }
  10.    tellTarget("/lightcord2/redbulb3")
  11.    {
  12.       gotoAndStop("dark");
  13.    }
  14.    tellTarget("/lightcord2/redbulb4")
  15.    {
  16.       gotoAndStop("dark");
  17.    }
  18.    tellTarget("/lightcord2/redbulb5")
  19.    {
  20.       gotoAndStop("dark");
  21.    }
  22.    tellTarget("/lightcord2/redbulb6")
  23.    {
  24.       gotoAndStop("dark");
  25.    }
  26.    tellTarget("/lightcord2/redbulb7")
  27.    {
  28.       gotoAndStop("dark");
  29.    }
  30.    tellTarget("/lightcord2/yellowbulb")
  31.    {
  32.       gotoAndStop("dark");
  33.    }
  34.    tellTarget("/lightcord2/yellowbulb2")
  35.    {
  36.       gotoAndStop("dark");
  37.    }
  38.    tellTarget("/lightcord2/yellowbulb3")
  39.    {
  40.       gotoAndStop("dark");
  41.    }
  42.    tellTarget("/lightcord2/yellowbulb4")
  43.    {
  44.       gotoAndStop("dark");
  45.    }
  46.    tellTarget("/lightcord2/greenbulb3")
  47.    {
  48.       gotoAndStop("dark");
  49.    }
  50.    tellTarget("/lightcord2/greenbulb4")
  51.    {
  52.       gotoAndStop("dark");
  53.    }
  54.    tellTarget("/lightcord2/greenbulb2")
  55.    {
  56.       gotoAndStop("dark");
  57.    }
  58.    tellTarget("/lightcord2/greenbulb")
  59.    {
  60.       gotoAndStop("dark");
  61.    }
  62.    tellTarget("/lightcord2/bluebulb7")
  63.    {
  64.       gotoAndStop("dark");
  65.    }
  66.    tellTarget("/lightcord2/bluebulb4")
  67.    {
  68.       gotoAndStop("dark");
  69.    }
  70.    tellTarget("/lightcord2/bluebulb3")
  71.    {
  72.       gotoAndStop("dark");
  73.    }
  74.    tellTarget("/lightcord2/bluebulb2")
  75.    {
  76.       gotoAndStop("dark");
  77.    }
  78.    tellTarget("/lightcord2/bluebulb6")
  79.    {
  80.       gotoAndStop("dark");
  81.    }
  82.    tellTarget("/lightcord2/bluebulb5")
  83.    {
  84.       gotoAndStop("dark");
  85.    }
  86.    tellTarget("/lightcord2/bluebulb")
  87.    {
  88.       gotoAndStop("dark");
  89.    }
  90. }
  91.